html,body {
	padding: 0;
	margin: 0;
}

#display,.display_div,.display_image {
	position: absolute;
	top: 0px;
	left: 0px;
}

#display {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.vertical-center-hack {
	position: absolute;
	display: block;
	top: 50%;
	margin: 0 auto;
	margin-top: -1000px;
	height: 2000px;
	text-align: center;
	line-height: 2000px;
	margin-top: -1000px;
	width: 100%;
}

.vertical-center-hack-wrap {
	line-height: 0;
}

.vertical-center-hack-content {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

#arrow_left, #arrow_right
{
	width: 70px;
	height: 45px;
	background-color: #f00;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	opacity: 0.7;
}

#arrow_left
{
	left: 10px;
	background: transparent url(../img/arrows.png) 0px
		0px no-repeat;
}

#arrow_left:hover
{
	background: transparent url(../img/arrows.png) -70px
		0px no-repeat;
}

#arrow_right
{
	right: 10px;
	background: transparent url(../img/arrows.png) 0px
		-45px no-repeat;
}

#arrow_right:hover
{
	background: transparent url(../img/arrows.png) -70px
		-45px no-repeat;
}

#full_version
{
	width: 40px;
	height: 40px;
	background-color: #f00;
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
	opacity: 0.7;
	background: transparent url(../img/Buttonset_vollversion_40px.png) 0px
		0px no-repeat;
}

#full_version:hover
{
	background-position: -40px 0px;
}